Welcome![Sign In][Sign Up]
Location:
Search - Access vc6.0

Search list

[Windows Developdiskaccess

Description: 编译环境:VC6.0及以上版本 读写扇区(以字节或字读取) 读写簇(以字节或字读取) 读取FAT项 获取BPB信息 获取某文件或文件夹的目录项信息(入口簇及偏移量) 设置目录项信息(可以通过这来实现更改文件名,文件属性,创建时间等信息)-build environment : VC6.0 and above reader Sector (byte or word reader) to read and write Cluster (byte or word reader) to read FAT items BPB access information access a document or folder directory information items (imported cluster and offset) the installation of Contents items (which can be passed to to achieve change file names, file attributes, create time information)
Platform: | Size: 84820 | Author: 郭发发 | Hits:

[WinSock-NDISVCwangluobianchen

Description: VC写的聊天.拨号上网和简单的邮件发送程程序,在VC6.0和windowsXP下编译过通-VC write chat. Dial-up Internet access and simple way to send mail procedures, in VC6.0 and compiled under AIX -
Platform: | Size: 170224 | Author: 翔云 | Hits:

[Applicationscodehelp

Description: VC源代码管理软件之 CodeHelp(无源码)作者姓名:祝小斌邮件地址:thinkry@263.net开发环境:VC6.0 Windows 2000测试环境:Windows 2000 功能介绍:========== 概 述========== 程序员可能常有这样的烦恼:编程中经常需要去查阅以前写过的代码片断,而每次打开代码所在的工程既费时又费力。 知识管理越来越被大家所重视,源代码也应该做为一种知识资源,纳入知识管理体系中去。CodeHelp 是为了方便程序员更好的管理自己的源代码而写的一款免费软件。 利用 CodeHelp,可以方便的管理你的各种技术资料和源代码。 CodeHelp 以目录树来管理代码文件,你可以自由定义目录,并能够自由移动修改,支持无限分支延伸。采用分段读入方式,能支持超大的目录树。 CodeHelp 支持“语法突出”方式显示代码(目前仅支持C/C++)。能高亮显示源代码中的“注释”、“关键字”和“字符串”,和在 VC6.0 看起来完全一样。 CodeHelp 采用 TabView 来显示多个源代码文件,查看起来非常方便。-VC source code management software capital CodeHelp (without source) Author Name : Chuxiaobin mail address : thinkry@263.net development environment : Windows 2000 VC6.0 test environment : Windows 2000 functional overview presented :========== ========== programmers may tend Pains : Programming often need access to previously written code snippet, and each open source project where the time-consuming and laborious. Knowledge management is increasingly paying attention to you, the source code should also serve as a knowledge resources and knowledge management system into China. CodeHelp programmers is to facilitate better management of their source code and write free software. CodeHelp use can facilitate the management of your technical information and source code. CodeHelp directory tree
Platform: | Size: 298686 | Author: ff | Hits:

[Other resourcepresontrain

Description: 首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类 -first confirmed your machine has been installed on VC6.0 versions, to build generating executable files, Suffix required to open the document called DSW, the system will default VC opened, then select Build menu under Set Active Configuration options Project Configuration options for Win32 Release. then compile the project, to be executable. Connecting to the database please refer to Chapter 2, the ODBC data source adds Microsoft Access database train.mdb. from the data source can be set to train database, and application of the normal connections, normal procedures can achieve database. In addition, If the users themselves prepared. chm as long as the help documentation and executable files on the same directory on it. Users should amend the source can choose the. H and. Cpp file, example
Platform: | Size: 111587 | Author: 吕斌 | Hits:

[Other resourceCommunityManagementSystemVC60

Description: VC6.0下开发的Access数据库小区管理系统-VC6.0 developed under the Community Access database management system
Platform: | Size: 149595 | Author: laoxi | Hits:

[Other resourcexiahua

Description: 本程序应用VC6.0来编程制作信息共享系统,实现信息管理功享的自动化.本例子采用DAO数据访问方式,采用Access2000作为数据源.-VC6.0 the application process to produce programming information sharing system, information management enjoyed by the successful automation. The examples used DAO data access methods that Access 2000 as a data source.
Platform: | Size: 182621 | Author: 唐力 | Hits:

[File OperateVC6_CArchive

Description: VC6.0关于串行化的设计,使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-VC6.0 on the design, use CArchive category of documents for the operation. MFC framework of the procedures and documents open new function within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the kind of support Serial, Serial CObArray realization insider. Cut out data files often made mistakes. MFC framework of the procedures and documentation such as the type of relationship, and how to access each other indicators cited.
Platform: | Size: 91404 | Author: 常攀峰 | Hits:

[ApplicationsYuangongtrain

Description: 员工培训系统,首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类 -staff training system, first make sure that your machine has been installed on VC6.0 versions, to build generating executable files, the need to open the suffix named dsw document, the system will default VC opened, Then select Build menu under the Set Active Configuration options Project Configuration options for Win32 Release. then compile the project, to be executable. Please refer to connect to the database section of Chapter 2, In ODBC data source added within the Microsoft Access database train.mdb. from the data source can be set to train database and application procedures for the normal link normal procedures can achieve database. In addition, If the users themselves prepared. chm help files and executable files provided on the same directory on it. Users should amend the source c
Platform: | Size: 182778 | Author: luxinping | Hits:

[OS programget_password

Description: 获取密码框中的密码,很实用,用VC6.0编写。-access to the password Password box, a very practical, with VC6.0 prepared.
Platform: | Size: 29852 | Author: 刘哲 | Hits:

[ADO-ODBCEmployee_MIS

Description: 一个员工管理系统,数据库用的是access,内有说明文档,程序用VC6.0做的,是有点老不过应付一个的酒店等 还是没问题的。希望对大家有用
Platform: | Size: 215477 | Author: 嘿嘿嘿嘿 | Hits:

[Other resourcedaxuebanwuguanli

Description: 大学班务管理系统,包括以下功能: (1)数据的添加功能模块 (2)数据的修改功能模块 (3)数据的删除功能模块 (4)数据的计算模块 (5)数据的备份和还原功能模块 (6)数据的前台显示模块 (7)用户权限的设置功能 由VC6.0和Access实现
Platform: | Size: 604616 | Author: | Hits:

[ADO-ODBCCommbook

Description: 用 VC6.0 和 Access 做出来的通讯录,完全使用 Ado
Platform: | Size: 290107 | Author: 陈泽明 | Hits:

[Otherexcelaccess

Description: vc6.0编译通过.-vc6.0 compile.
Platform: | Size: 266240 | Author: | Hits:

[Windows DevelopACCESS

Description: VC++6.0开发环境,对ACCESS的数据读取与操作。-VC++ 6.0 development environment, data on the ACCESS read and operation.
Platform: | Size: 4267008 | Author: 匡匡 | Hits:

[ADO-ODBCCommbook

Description: 用 VC6.0 和 Access 做出来的通讯录,完全使用 Ado -Access to do with VC6.0 and out of contacts, full use of Ado
Platform: | Size: 289792 | Author: 陈泽明 | Hits:

[ADO-ODBCADOTestDB

Description: VC6.0,基于MFC框架,采用ADO访问数据文件,实现对CSV数据库文件的读写操作。-VC6.0, based on the MFC framework, using ADO to access the data file, CSV database files to achieve the read-write operation.
Platform: | Size: 13312 | Author: liutao | Hits:

[Other Databasesaccess

Description: 这个文档告诉人们如何使用access数据库,同时配合VC6.0编写简单的添加、删除、修改等功能。-The documents tell people how to use the access database, and to support VC6, 0 write simple to add, delete, modify and so on.
Platform: | Size: 41984 | Author: 冰历 | Hits:

[Windows DevelopVC_-real-time-access-to-the-mouse-

Description: 介绍了3种VC++获取鼠标坐标值的方法,很好很强大。本人在VC6.0上试过-VC_ real-time access to the mouse pointer coordinates programming methods
Platform: | Size: 196608 | Author: 王晓峰 | Hits:

[ADO-ODBC(VC6.0)Acsess数据库操作

Description: vc6.0操作access的简单实例。初学者可以看看。。。(A simple instance of VC6.0 operation access. Beginners can see...)
Platform: | Size: 4578304 | Author: 蜗牛8 | Hits:

[ADO-ODBC上下班签到系统

Description: 通过数据库实现员工的上下班登记 分管理员和员工两种角色 可以定时清空数据库 使用access(Implementation of staff registration by database Two roles of administrators and employees The database can be emptied at a time Using Access)
Platform: | Size: 5019648 | Author: aaaqqqqq | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net